home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / Soft_Win / errorScript (.txt) < prev    next >
Text File  |  1994-06-22  |  954b  |  29 lines

  1. #!/bin/sh
  2.  
  3. #    errorScript
  4. #
  5. #    Derived from:    SoftPC HotMix scripts
  6. #
  7. #    Author:        Anthony Shaughnessy
  8. #
  9. #    Created on:    7th April 1994
  10. #
  11. #    Sccs ID:    @(#)errorScript.sh    1.2 4/19/94
  12. #
  13. #    Coding Stds.:    2.0
  14. #
  15. #    Purpose:    This script is called by the instwrap program when it
  16. #            detects that inst has complained about some kind of
  17. #            interrupt or other strange error. It only really needs 
  18. #            to output a meaningful message, with some hints as to 
  19. #            what the user can do about it. This is because the
  20. #            output from inst is directed to /dev/null, and so the
  21. #            user does not see the inst error messages.
  22. #
  23.  
  24. echo "\nAn error has occurred while installing SoftWindows. This is most
  25. likely due to a permissions problem. As we are running as root, this is
  26. probably due to directories that are symbolic links to NFS mounted file
  27. systems. Please check in particular the /usr/lib/SoftWindows directory.
  28. SoftWindows cannot be installed into NFS mounted directories.\n"
  29.